Conversation
|
Hi @ObadaS, I put you as a reviewer if it's OK for you, because:
Thank you! |
|
Hello @Didayolo, I can't manage to make migrations work. The migration is launched from the site worker without problems but nothing appears on the leaderboard or the submissions tab. |
Are your submissions on the leaderboard? If so, maybe the multi-task is the problem. When I tried on production, and locally after my change, I don't think I tried with a multi-task competition. |
|
Yes, I have 2 submissions. One on the leaderboard, and one not on the leaderboard. |
OK. I will test a multi-task on production to see if their is an already existing problem with that. Update: with multi-task on production, the submission did not started on next phase. |
Description
Previously, the phase migration returned
N/ascores on the leaderboard. The problem was that the submission was actually run on a task from the previous phase.This simple change fixes:
Issues this PR resolves
N/ascores discussion #1540A checklist for hand testing
If the auto-migration is not triggered, you can enter inside Django container, shell_plus, and run:
Checklist